Callback functions that are always allowed

Description

A comma-delimited list of callback functions defined in the UX Component that can be called without requiring the user to be logged in.

Discussion

If the Persistent login is enabled and the UX contains a button that makes an Ajax callback before the user has logged in, the callback is denied. You may want some Ajax callbacks to be allowed when the user is not logged in. Callback functions that are always allowed can be used to specify a list of Xbasic callback functions that are allowed even though the user is not logged in.

Allowed callbacks are specified as a comma-delimited list names of Xbasic functions defined in the Xbasic functions section. For example, to allow calling Xbasic functions "myCallback1" and "myCallback2", you would enter:

myCallback1,myCallback2
Callback functions that are always allowed
Callback functions that are always allowed

See Also